home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMENTERADDRESS / TFRMENTERADDRESS.txt < prev   
Text File  |  2003-07-29  |  50KB  |  1,841 lines

  1. object FrmEnterAddress: TFrmEnterAddress
  2.   Left = 368
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Contact'
  7.   ClientHeight = 420
  8.   ClientWidth = 520
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = 15
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyPress = FormKeyPress
  23.   OnKeyUp = FormKeyUp
  24.   DesignSize = (
  25.     520
  26.     420)
  27.   PixelsPerInch = 120
  28.   TextHeight = 15
  29.   object PnlOK: TPanel
  30.     Left = 385
  31.     Top = 391
  32.     Width = 131
  33.     Height = 25
  34.     Anchors = [akRight, akBottom]
  35.     BevelOuter = bvNone
  36.     ParentColor = True
  37.     TabOrder = 2
  38.   end
  39.   object PnlButtons: TPanel
  40.     Left = 183
  41.     Top = 391
  42.     Width = 102
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     BevelOuter = bvNone
  46.     ParentColor = True
  47.     TabOrder = 3
  48.   end
  49.   object PnlBottom: TElPanel
  50.     Left = 0
  51.     Top = 369
  52.     Width = 520
  53.     Height = 51
  54.     Align = alBottom
  55.     BevelOuter = bvNone
  56.     TabOrder = 1
  57.     DockOrientation = doNoOrient
  58.     DesignSize = (
  59.       520
  60.       51)
  61.     object BtnOK: TButton
  62.       Left = 299
  63.       Top = 9
  64.       Width = 100
  65.       Height = 30
  66.       Anchors = [akTop, akRight]
  67.       Caption = '&OK'
  68.       Default = True
  69.       TabOrder = 0
  70.       OnClick = BtnOKClick
  71.     end
  72.     object BtnCancel: TButton
  73.       Left = 408
  74.       Top = 9
  75.       Width = 100
  76.       Height = 30
  77.       Anchors = [akTop, akRight]
  78.       Cancel = True
  79.       Caption = 'Cancel'
  80.       ModalResult = 2
  81.       TabOrder = 1
  82.       OnClick = BtnCancelClick
  83.     end
  84.   end
  85.   object PC: TElPageControl
  86.     Left = 0
  87.     Top = 0
  88.     Width = 520
  89.     Height = 369
  90.     ActiveTabColor = clWindow
  91.     BorderWidth = 0
  92.     DrawFocus = False
  93.     Flat = False
  94.     HotTrack = False
  95.     Multiline = False
  96.     RaggedRight = False
  97.     ScrollOpposite = False
  98.     Style = etsFlatTabs
  99.     TabHeight = 28
  100.     TabIndex = 0
  101.     TabPosition = etpTop
  102.     HotTrackFont.Charset = DEFAULT_CHARSET
  103.     HotTrackFont.Color = clBlue
  104.     HotTrackFont.Height = -13
  105.     HotTrackFont.Name = 'MS Sans Serif'
  106.     HotTrackFont.Style = []
  107.     ActivePage = Tab1
  108.     ActiveTabFont.Charset = DEFAULT_CHARSET
  109.     ActiveTabFont.Color = clWindowText
  110.     ActiveTabFont.Height = -13
  111.     ActiveTabFont.Name = 'MS Sans Serif'
  112.     ActiveTabFont.Style = []
  113.     OnDrawTab = PCDrawTab
  114.     Align = alClient
  115.     ParentColor = False
  116.     TabOrder = 0
  117.     UseXPThemes = False
  118.     DockOrientation = doNoOrient
  119.     object Tab1: TElTabSheet
  120.       PageControl = PC
  121.       Caption = '&General'
  122.       Color = clWhite
  123.       object Label7: TLabel
  124.         Left = 10
  125.         Top = 16
  126.         Width = 24
  127.         Height = 15
  128.         Caption = 'F&irst'
  129.         FocusControl = EditFirst
  130.         Transparent = True
  131.       end
  132.       object Label8: TLabel
  133.         Left = 252
  134.         Top = 16
  135.         Width = 90
  136.         Height = 15
  137.         Alignment = taRightJustify
  138.         AutoSize = False
  139.         Caption = 'Middle'
  140.         Transparent = True
  141.       end
  142.       object Label9: TLabel
  143.         Left = 10
  144.         Top = 44
  145.         Width = 24
  146.         Height = 15
  147.         Caption = '&Last'
  148.         FocusControl = EditLast
  149.         Transparent = True
  150.       end
  151.       object Image: TImage
  152.         Left = 294
  153.         Top = 311
  154.         Width = 17
  155.         Height = 16
  156.       end
  157.       object Label3: TLabel
  158.         Left = 10
  159.         Top = 100
  160.         Width = 36
  161.         Height = 15
  162.         Caption = '&E-mail'
  163.         FocusControl = EditEmail
  164.         Transparent = True
  165.       end
  166.       object Label28: TLabel
  167.         Left = 10
  168.         Top = 72
  169.         Width = 30
  170.         Height = 15
  171.         Caption = 'Prefix'
  172.         FocusControl = EditLast
  173.         Transparent = True
  174.       end
  175.       object Label29: TLabel
  176.         Left = 252
  177.         Top = 72
  178.         Width = 90
  179.         Height = 15
  180.         Alignment = taRightJustify
  181.         AutoSize = False
  182.         Caption = 'Suffix'
  183.         FocusControl = EditLast
  184.         Transparent = True
  185.       end
  186.       object Label17: TLabel
  187.         Left = 10
  188.         Top = 212
  189.         Width = 36
  190.         Height = 15
  191.         Caption = 'Mo&bile'
  192.         FocusControl = EditMobile
  193.         Transparent = True
  194.       end
  195.       object Label14: TLabel
  196.         Left = 10
  197.         Top = 184
  198.         Width = 17
  199.         Height = 15
  200.         Caption = '&Tel'
  201.         FocusControl = EditTel
  202.         Transparent = True
  203.       end
  204.       object Label13: TLabel
  205.         Left = 10
  206.         Top = 130
  207.         Width = 53
  208.         Height = 15
  209.         Caption = '&Company'
  210.         FocusControl = EditCompany
  211.         Transparent = True
  212.       end
  213.       object Label1: TLabel
  214.         Left = 10
  215.         Top = 158
  216.         Width = 23
  217.         Height = 15
  218.         Caption = 'Tit&le'
  219.         FocusControl = EditTitle
  220.         Transparent = True
  221.       end
  222.       object Label15: TLabel
  223.         Left = 252
  224.         Top = 186
  225.         Width = 90
  226.         Height = 15
  227.         Alignment = taRightJustify
  228.         AutoSize = False
  229.         Caption = 'F&ax'
  230.         FocusControl = EditFax
  231.         Transparent = True
  232.       end
  233.       object Label43: TLabel
  234.         Left = 252
  235.         Top = 214
  236.         Width = 90
  237.         Height = 15
  238.         Alignment = taRightJustify
  239.         AutoSize = False
  240.         Caption = 'Pager'
  241.         FocusControl = EditPager
  242.         Transparent = True
  243.       end
  244.       object Label40: TLabel
  245.         Left = 10
  246.         Top = 240
  247.         Width = 22
  248.         Height = 15
  249.         Caption = 'IM 1'
  250.         FocusControl = EditIM1
  251.         Transparent = True
  252.       end
  253.       object Label44: TLabel
  254.         Left = 252
  255.         Top = 242
  256.         Width = 90
  257.         Height = 15
  258.         Alignment = taRightJustify
  259.         AutoSize = False
  260.         Caption = 'IM 2'
  261.         FocusControl = EditIM2
  262.         Transparent = True
  263.       end
  264.       object Label47: TLabel
  265.         Left = 252
  266.         Top = 44
  267.         Width = 90
  268.         Height = 15
  269.         Alignment = taRightJustify
  270.         AutoSize = False
  271.         Caption = 'Display As'
  272.         Transparent = True
  273.       end
  274.       object EditFirst: TElAdvancedEdit
  275.         Left = 108
  276.         Top = 12
  277.         Width = 140
  278.         Height = 23
  279.         UseXPThemes = False
  280.         ActiveBorderType = fbtColorLineBorder
  281.         Flat = True
  282.         InactiveBorderType = fbtColorLineBorder
  283.         LineBorderActiveColor = clGray
  284.         LineBorderInactiveColor = clGray
  285.         TabOrder = 0
  286.       end
  287.       object EditMiddle: TElAdvancedEdit
  288.         Left = 350
  289.         Top = 12
  290.         Width = 140
  291.         Height = 23
  292.         UseXPThemes = False
  293.         ActiveBorderType = fbtColorLineBorder
  294.         Flat = True
  295.         InactiveBorderType = fbtColorLineBorder
  296.         LineBorderActiveColor = clGray
  297.         LineBorderInactiveColor = clGray
  298.         TabOrder = 1
  299.       end
  300.       object EditLast: TElAdvancedEdit
  301.         Left = 108
  302.         Top = 40
  303.         Width = 140
  304.         Height = 23
  305.         UseXPThemes = False
  306.         ActiveBorderType = fbtColorLineBorder
  307.         Flat = True
  308.         InactiveBorderType = fbtColorLineBorder
  309.         LineBorderActiveColor = clGray
  310.         LineBorderInactiveColor = clGray
  311.         TabOrder = 2
  312.       end
  313.       object BtnIcon: TButton
  314.         Left = 316
  315.         Top = 307
  316.         Width = 123
  317.         Height = 24
  318.         Caption = '&Change Icon'
  319.         Font.Charset = DEFAULT_CHARSET
  320.         Font.Color = clWindowText
  321.         Font.Height = 15
  322.         Font.Name = 'Arial'
  323.         Font.Style = []
  324.         ParentFont = False
  325.         TabOrder = 19
  326.         OnClick = BtnIconClick
  327.       end
  328.       object cbFavourite: TElCheckBox
  329.         Left = 293
  330.         Top = 280
  331.         Width = 52
  332.         Height = 20
  333.         Cursor = crDefault
  334.         Transparent = True
  335.         Flat = True
  336.         Caption = 'V.I.P.'
  337.         TabOrder = 18
  338.         Color = clBtnFace
  339.         ParentColor = False
  340.         DoubleBuffered = False
  341.       end
  342.       object cbStyled: TElCheckBox
  343.         Left = 108
  344.         Top = 307
  345.         Width = 101
  346.         Height = 20
  347.         Cursor = crDefault
  348.         Transparent = True
  349.         Flat = True
  350.         Caption = 'Prefers Styled'
  351.         TabOrder = 17
  352.         Color = clBtnFace
  353.         ParentColor = False
  354.         OnClick = cbStyledClick
  355.         DoubleBuffered = False
  356.       end
  357.       object EditEmail: TElAdvancedEdit
  358.         Left = 108
  359.         Top = 96
  360.         Width = 358
  361.         Height = 23
  362.         UseXPThemes = False
  363.         ActiveBorderType = fbtColorLineBorder
  364.         Flat = True
  365.         InactiveBorderType = fbtColorLineBorder
  366.         LineBorderActiveColor = clGray
  367.         LineBorderInactiveColor = clGray
  368.         TabOrder = 6
  369.       end
  370.       object cbPlain: TElCheckBox
  371.         Left = 108
  372.         Top = 280
  373.         Width = 96
  374.         Height = 20
  375.         Cursor = crDefault
  376.         Transparent = True
  377.         Flat = True
  378.         Caption = 'Prefers Plain'
  379.         TabOrder = 16
  380.         Color = clBtnFace
  381.         ParentColor = False
  382.         OnClick = cbPlainClick
  383.         DoubleBuffered = False
  384.       end
  385.       object BtnActE1: TButton
  386.         Left = 470
  387.         Top = 96
  388.         Width = 21
  389.         Height = 23
  390.         Caption = '>'
  391.         Font.Charset = DEFAULT_CHARSET
  392.         Font.Color = clWindowText
  393.         Font.Height = 15
  394.         Font.Name = 'Arial'
  395.         Font.Style = []
  396.         ParentFont = False
  397.         TabOrder = 7
  398.         OnClick = BtnActE1Click
  399.       end
  400.       object cbPrefix: TElAdvancedComboBox
  401.         Left = 108
  402.         Top = 68
  403.         Width = 140
  404.         Height = 23
  405.         ActiveBorderType = fbtColorLineBorder
  406.         AutoCompletion = False
  407.         Flat = True
  408.         HandleDialogKeys = False
  409.         HorizontalScroll = False
  410.         InactiveBorderType = fbtColorLineBorder
  411.         ItemIndex = -1
  412.         ItemHeight = 15
  413.         LineBorderActiveColor = clGray
  414.         LineBorderInactiveColor = clGray
  415.         TabOrder = 4
  416.         UseXPThemes = False
  417.         Items.Strings = (
  418.           'Dr.'
  419.           'Miss'
  420.           'Mr.'
  421.           'Mrs.'
  422.           'Ms.'
  423.           'Prof.')
  424.       end
  425.       object cbSuffix: TElAdvancedComboBox
  426.         Left = 350
  427.         Top = 68
  428.         Width = 140
  429.         Height = 23
  430.         ActiveBorderType = fbtColorLineBorder
  431.         AutoCompletion = False
  432.         Flat = True
  433.         HandleDialogKeys = False
  434.         HorizontalScroll = False
  435.         InactiveBorderType = fbtColorLineBorder
  436.         ItemIndex = -1
  437.         ItemHeight = 15
  438.         LineBorderActiveColor = clGray
  439.         LineBorderInactiveColor = clGray
  440.         TabOrder = 5
  441.         UseXPThemes = False
  442.         Items.Strings = (
  443.           'I'
  444.           'II'
  445.           'III'
  446.           'IV'
  447.           'Jr.'
  448.           'Sr.')
  449.       end
  450.       object EditMobile: TElAdvancedEdit
  451.         Left = 108
  452.         Top = 208
  453.         Width = 140
  454.         Height = 23
  455.         UseXPThemes = False
  456.         ActiveBorderType = fbtColorLineBorder
  457.         Flat = True
  458.         InactiveBorderType = fbtColorLineBorder
  459.         LineBorderActiveColor = clGray
  460.         LineBorderInactiveColor = clGray
  461.         TabOrder = 12
  462.       end
  463.       object EditTel: TElAdvancedEdit
  464.         Left = 108
  465.         Top = 180
  466.         Width = 140
  467.         Height = 23
  468.         UseXPThemes = False
  469.         ActiveBorderType = fbtColorLineBorder
  470.         Flat = True
  471.         InactiveBorderType = fbtColorLineBorder
  472.         LineBorderActiveColor = clGray
  473.         LineBorderInactiveColor = clGray
  474.         TabOrder = 10
  475.       end
  476.       object EditCompany: TElAdvancedEdit
  477.         Left = 108
  478.         Top = 124
  479.         Width = 382
  480.         Height = 23
  481.         UseXPThemes = False
  482.         ActiveBorderType = fbtColorLineBorder
  483.         Flat = True
  484.         InactiveBorderType = fbtColorLineBorder
  485.         LineBorderActiveColor = clGray
  486.         LineBorderInactiveColor = clGray
  487.         TabOrder = 8
  488.       end
  489.       object EditTitle: TElAdvancedEdit
  490.         Left = 108
  491.         Top = 152
  492.         Width = 382
  493.         Height = 23
  494.         UseXPThemes = False
  495.         ActiveBorderType = fbtColorLineBorder
  496.         Flat = True
  497.         InactiveBorderType = fbtColorLineBorder
  498.         LineBorderActiveColor = clGray
  499.         LineBorderInactiveColor = clGray
  500.         TabOrder = 9
  501.       end
  502.       object EditFax: TElAdvancedEdit
  503.         Left = 350
  504.         Top = 180
  505.         Width = 140
  506.         Height = 23
  507.         UseXPThemes = False
  508.         ActiveBorderType = fbtColorLineBorder
  509.         Flat = True
  510.         InactiveBorderType = fbtColorLineBorder
  511.         LineBorderActiveColor = clGray
  512.         LineBorderInactiveColor = clGray
  513.         TabOrder = 11
  514.       end
  515.       object EditPager: TElAdvancedEdit
  516.         Left = 350
  517.         Top = 208
  518.         Width = 140
  519.         Height = 23
  520.         UseXPThemes = False
  521.         ActiveBorderType = fbtColorLineBorder
  522.         Flat = True
  523.         InactiveBorderType = fbtColorLineBorder
  524.         LineBorderActiveColor = clGray
  525.         LineBorderInactiveColor = clGray
  526.         TabOrder = 13
  527.       end
  528.       object EditIM1: TElAdvancedEdit
  529.         Left = 108
  530.         Top = 236
  531.         Width = 140
  532.         Height = 23
  533.         UseXPThemes = False
  534.         ActiveBorderType = fbtColorLineBorder
  535.         Flat = True
  536.         InactiveBorderType = fbtColorLineBorder
  537.         LineBorderActiveColor = clGray
  538.         LineBorderInactiveColor = clGray
  539.         TabOrder = 14
  540.       end
  541.       object EditIM2: TElAdvancedEdit
  542.         Left = 350
  543.         Top = 236
  544.         Width = 140
  545.         Height = 23
  546.         UseXPThemes = False
  547.         ActiveBorderType = fbtColorLineBorder
  548.         Flat = True
  549.         InactiveBorderType = fbtColorLineBorder
  550.         LineBorderActiveColor = clGray
  551.         LineBorderInactiveColor = clGray
  552.         TabOrder = 15
  553.       end
  554.       object EditName: TElAdvancedEdit
  555.         Left = 350
  556.         Top = 40
  557.         Width = 140
  558.         Height = 23
  559.         UseXPThemes = False
  560.         ActiveBorderType = fbtColorLineBorder
  561.         Flat = True
  562.         InactiveBorderType = fbtColorLineBorder
  563.         LineBorderActiveColor = clGray
  564.         LineBorderInactiveColor = clGray
  565.         TabOrder = 3
  566.       end
  567.     end
  568.     object Tab2: TElTabSheet
  569.       PageControl = PC
  570.       Caption = '&Business'
  571.       Color = clWhite
  572.       Visible = False
  573.       object Label6: TLabel
  574.         Left = 10
  575.         Top = 46
  576.         Width = 92
  577.         Height = 15
  578.         Caption = 'Company E-mail'
  579.         FocusControl = EditEmail2
  580.         Transparent = True
  581.       end
  582.       object Label31: TLabel
  583.         Left = 10
  584.         Top = 16
  585.         Width = 65
  586.         Height = 15
  587.         Caption = 'Department'
  588.         FocusControl = EditDept
  589.         Transparent = True
  590.       end
  591.       object Label11: TLabel
  592.         Left = 10
  593.         Top = 76
  594.         Width = 81
  595.         Height = 15
  596.         Caption = 'Company &URL'
  597.         FocusControl = EditURL1
  598.         Transparent = True
  599.       end
  600.       object ElGroupBox1: TElGroupBox
  601.         Left = 16
  602.         Top = 176
  603.         Width = 465
  604.         Height = 140
  605.         AutoDisableChildren = False
  606.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  607.         Caption = ' Business Address '
  608.         Flat = False
  609.         FlatAlways = False
  610.         ParentColor = True
  611.         ShowFocus = False
  612.         TabOrder = 5
  613.         object Label22: TLabel
  614.           Left = 12
  615.           Top = 112
  616.           Width = 42
  617.           Height = 15
  618.           Caption = 'Country'
  619.           FocusControl = EditCountry
  620.           Transparent = True
  621.         end
  622.         object Label23: TLabel
  623.           Left = 226
  624.           Top = 112
  625.           Width = 106
  626.           Height = 15
  627.           Alignment = taRightJustify
  628.           AutoSize = False
  629.           Caption = 'Postal Code'
  630.           FocusControl = EditZIP
  631.           Transparent = True
  632.         end
  633.         object Label18: TLabel
  634.           Left = 226
  635.           Top = 84
  636.           Width = 106
  637.           Height = 15
  638.           Alignment = taRightJustify
  639.           AutoSize = False
  640.           Caption = 'State/Prov'
  641.           FocusControl = EditState
  642.           Transparent = True
  643.         end
  644.         object Label5: TLabel
  645.           Left = 12
  646.           Top = 84
  647.           Width = 20
  648.           Height = 15
  649.           Caption = 'City'
  650.           FocusControl = EditCity
  651.           Transparent = True
  652.         end
  653.         object Label2: TLabel
  654.           Left = 12
  655.           Top = 28
  656.           Width = 32
  657.           Height = 15
  658.           Caption = 'Street'
  659.           FocusControl = EditStreet1
  660.           Transparent = True
  661.         end
  662.         object Label30: TLabel
  663.           Left = 12
  664.           Top = 56
  665.           Width = 32
  666.           Height = 15
  667.           Caption = 'Street'
  668.           FocusControl = EditStreet2
  669.           Transparent = True
  670.         end
  671.         object EditCountry: TElAdvancedEdit
  672.           Left = 112
  673.           Top = 108
  674.           Width = 110
  675.           Height = 23
  676.           UseXPThemes = False
  677.           ActiveBorderType = fbtColorLineBorder
  678.           Flat = True
  679.           InactiveBorderType = fbtColorLineBorder
  680.           LineBorderActiveColor = clGray
  681.           LineBorderInactiveColor = clGray
  682.           TabOrder = 4
  683.         end
  684.         object EditZIP: TElAdvancedEdit
  685.           Left = 341
  686.           Top = 108
  687.           Width = 110
  688.           Height = 23
  689.           UseXPThemes = False
  690.           ActiveBorderType = fbtColorLineBorder
  691.           Flat = True
  692.           InactiveBorderType = fbtColorLineBorder
  693.           LineBorderActiveColor = clGray
  694.           LineBorderInactiveColor = clGray
  695.           TabOrder = 5
  696.         end
  697.         object EditState: TElAdvancedEdit
  698.           Left = 341
  699.           Top = 80
  700.           Width = 110
  701.           Height = 23
  702.           UseXPThemes = False
  703.           ActiveBorderType = fbtColorLineBorder
  704.           Flat = True
  705.           InactiveBorderType = fbtColorLineBorder
  706.           LineBorderActiveColor = clGray
  707.           LineBorderInactiveColor = clGray
  708.           TabOrder = 3
  709.         end
  710.         object EditCity: TElAdvancedEdit
  711.           Left = 112
  712.           Top = 80
  713.           Width = 110
  714.           Height = 23
  715.           UseXPThemes = False
  716.           ActiveBorderType = fbtColorLineBorder
  717.           Flat = True
  718.           InactiveBorderType = fbtColorLineBorder
  719.           LineBorderActiveColor = clGray
  720.           LineBorderInactiveColor = clGray
  721.           TabOrder = 2
  722.         end
  723.         object EditStreet1: TElAdvancedEdit
  724.           Left = 112
  725.           Top = 24
  726.           Width = 339
  727.           Height = 23
  728.           UseXPThemes = False
  729.           ActiveBorderType = fbtColorLineBorder
  730.           Flat = True
  731.           InactiveBorderType = fbtColorLineBorder
  732.           LineBorderActiveColor = clGray
  733.           LineBorderInactiveColor = clGray
  734.           TabOrder = 0
  735.         end
  736.         object EditStreet2: TElAdvancedEdit
  737.           Left = 112
  738.           Top = 52
  739.           Width = 339
  740.           Height = 23
  741.           UseXPThemes = False
  742.           ActiveBorderType = fbtColorLineBorder
  743.           Flat = True
  744.           InactiveBorderType = fbtColorLineBorder
  745.           LineBorderActiveColor = clGray
  746.           LineBorderInactiveColor = clGray
  747.           TabOrder = 1
  748.         end
  749.       end
  750.       object EditEmail2: TElAdvancedEdit
  751.         Left = 166
  752.         Top = 42
  753.         Width = 296
  754.         Height = 23
  755.         UseXPThemes = False
  756.         ActiveBorderType = fbtColorLineBorder
  757.         Flat = True
  758.         InactiveBorderType = fbtColorLineBorder
  759.         LineBorderActiveColor = clGray
  760.         LineBorderInactiveColor = clGray
  761.         TabOrder = 1
  762.       end
  763.       object BtnActE2: TButton
  764.         Left = 466
  765.         Top = 42
  766.         Width = 21
  767.         Height = 23
  768.         Caption = '>'
  769.         Font.Charset = DEFAULT_CHARSET
  770.         Font.Color = clWindowText
  771.         Font.Height = 15
  772.         Font.Name = 'Arial'
  773.         Font.Style = []
  774.         ParentFont = False
  775.         TabOrder = 2
  776.         OnClick = BtnActE1Click
  777.       end
  778.       object EditDept: TElAdvancedEdit
  779.         Left = 166
  780.         Top = 12
  781.         Width = 319
  782.         Height = 23
  783.         UseXPThemes = False
  784.         ActiveBorderType = fbtColorLineBorder
  785.         Flat = True
  786.         InactiveBorderType = fbtColorLineBorder
  787.         LineBorderActiveColor = clGray
  788.         LineBorderInactiveColor = clGray
  789.         TabOrder = 0
  790.       end
  791.       object EditURL1: TElAdvancedEdit
  792.         Left = 166
  793.         Top = 72
  794.         Width = 296
  795.         Height = 23
  796.         UseXPThemes = False
  797.         ActiveBorderType = fbtColorLineBorder
  798.         Flat = True
  799.         InactiveBorderType = fbtColorLineBorder
  800.         LineBorderActiveColor = clGray
  801.         LineBorderInactiveColor = clGray
  802.         TabOrder = 3
  803.       end
  804.       object BtnActU1: TButton
  805.         Left = 466
  806.         Top = 72
  807.         Width = 21
  808.         Height = 23
  809.         Caption = '>'
  810.         Font.Charset = DEFAULT_CHARSET
  811.         Font.Color = clWindowText
  812.         Font.Height = 15
  813.         Font.Name = 'Arial'
  814.         Font.Style = []
  815.         ParentFont = False
  816.         TabOrder = 4
  817.         OnClick = BtnActE1Click
  818.       end
  819.     end
  820.     object Tab5: TElTabSheet
  821.       PageControl = PC
  822.       Caption = '&Personal'
  823.       Color = clWhite
  824.       Visible = False
  825.       object Label10: TLabel
  826.         Left = 10
  827.         Top = 104
  828.         Width = 89
  829.         Height = 15
  830.         Caption = 'Personal E-mail'
  831.         Transparent = True
  832.       end
  833.       object Label12: TLabel
  834.         Left = 10
  835.         Top = 136
  836.         Width = 78
  837.         Height = 15
  838.         Caption = 'Personal URL'
  839.         Transparent = True
  840.       end
  841.       object Label41: TLabel
  842.         Left = 10
  843.         Top = 44
  844.         Width = 43
  845.         Height = 15
  846.         Caption = 'Spouse'
  847.         Transparent = True
  848.       end
  849.       object Label16: TLabel
  850.         Left = 10
  851.         Top = 72
  852.         Width = 54
  853.         Height = 15
  854.         Caption = 'Home Tel'
  855.         Transparent = True
  856.       end
  857.       object Label42: TLabel
  858.         Left = 252
  859.         Top = 72
  860.         Width = 90
  861.         Height = 15
  862.         Alignment = taRightJustify
  863.         AutoSize = False
  864.         Caption = 'Mobile'
  865.         Transparent = True
  866.       end
  867.       object Label4: TLabel
  868.         Left = 10
  869.         Top = 16
  870.         Width = 56
  871.         Height = 15
  872.         Caption = 'N&ickname'
  873.         FocusControl = EditNick
  874.         Transparent = True
  875.       end
  876.       object Label39: TLabel
  877.         Left = 252
  878.         Top = 16
  879.         Width = 110
  880.         Height = 15
  881.         Alignment = taRightJustify
  882.         AutoSize = False
  883.         Caption = 'Birthday'
  884.         Transparent = True
  885.       end
  886.       object Label38: TLabel
  887.         Left = 252
  888.         Top = 44
  889.         Width = 110
  890.         Height = 15
  891.         Alignment = taRightJustify
  892.         AutoSize = False
  893.         Caption = 'Anniversary'
  894.         Transparent = True
  895.       end
  896.       object EditEmail3: TElAdvancedEdit
  897.         Left = 166
  898.         Top = 100
  899.         Width = 300
  900.         Height = 23
  901.         UseXPThemes = False
  902.         ActiveBorderType = fbtColorLineBorder
  903.         Flat = True
  904.         InactiveBorderType = fbtColorLineBorder
  905.         LineBorderActiveColor = clGray
  906.         LineBorderInactiveColor = clGray
  907.         TabOrder = 6
  908.       end
  909.       object BtnActE3: TButton
  910.         Left = 470
  911.         Top = 100
  912.         Width = 21
  913.         Height = 23
  914.         Caption = '>'
  915.         Font.Charset = DEFAULT_CHARSET
  916.         Font.Color = clWindowText
  917.         Font.Height = 15
  918.         Font.Name = 'Arial'
  919.         Font.Style = []
  920.         ParentFont = False
  921.         TabOrder = 7
  922.         OnClick = BtnActE1Click
  923.       end
  924.       object EditURL2: TElAdvancedEdit
  925.         Left = 166
  926.         Top = 132
  927.         Width = 300
  928.         Height = 23
  929.         UseXPThemes = False
  930.         ActiveBorderType = fbtColorLineBorder
  931.         Flat = True
  932.         InactiveBorderType = fbtColorLineBorder
  933.         LineBorderActiveColor = clGray
  934.         LineBorderInactiveColor = clGray
  935.         TabOrder = 8
  936.       end
  937.       object BtnActU2: TButton
  938.         Left = 470
  939.         Top = 132
  940.         Width = 21
  941.         Height = 23
  942.         Caption = '>'
  943.         Font.Charset = DEFAULT_CHARSET
  944.         Font.Color = clWindowText
  945.         Font.Height = 15
  946.         Font.Name = 'Arial'
  947.         Font.Style = []
  948.         ParentFont = False
  949.         TabOrder = 9
  950.         OnClick = BtnActE1Click
  951.       end
  952.       object EditSpouse: TElAdvancedEdit
  953.         Left = 108
  954.         Top = 40
  955.         Width = 140
  956.         Height = 23
  957.         UseXPThemes = False
  958.         ActiveBorderType = fbtColorLineBorder
  959.         Flat = True
  960.         InactiveBorderType = fbtColorLineBorder
  961.         LineBorderActiveColor = clGray
  962.         LineBorderInactiveColor = clGray
  963.         TabOrder = 2
  964.       end
  965.       object EditHome: TElAdvancedEdit
  966.         Left = 108
  967.         Top = 68
  968.         Width = 140
  969.         Height = 23
  970.         UseXPThemes = False
  971.         ActiveBorderType = fbtColorLineBorder
  972.         Flat = True
  973.         InactiveBorderType = fbtColorLineBorder
  974.         LineBorderActiveColor = clGray
  975.         LineBorderInactiveColor = clGray
  976.         TabOrder = 4
  977.       end
  978.       object EditMobile2: TElAdvancedEdit
  979.         Left = 350
  980.         Top = 68
  981.         Width = 140
  982.         Height = 23
  983.         UseXPThemes = False
  984.         ActiveBorderType = fbtColorLineBorder
  985.         Flat = True
  986.         InactiveBorderType = fbtColorLineBorder
  987.         LineBorderActiveColor = clGray
  988.         LineBorderInactiveColor = clGray
  989.         TabOrder = 5
  990.       end
  991.       object EditNick: TElAdvancedEdit
  992.         Left = 108
  993.         Top = 12
  994.         Width = 140
  995.         Height = 23
  996.         UseXPThemes = False
  997.         ActiveBorderType = fbtColorLineBorder
  998.         Flat = True
  999.         InactiveBorderType = fbtColorLineBorder
  1000.         LineBorderActiveColor = clGray
  1001.         LineBorderInactiveColor = clGray
  1002.         TabOrder = 0
  1003.       end
  1004.       object EditBday: TElDateTimePicker
  1005.         Left = 370
  1006.         Top = 12
  1007.         Width = 120
  1008.         Height = 23
  1009.         Format = edfShortDate
  1010.         FormatString = 'c'
  1011.         DateTime = 29221.000000000000000000
  1012.         ActiveBorderType = fbtColorLineBorder
  1013.         InactiveBorderType = fbtColorLineBorder
  1014.         Flat = True
  1015.         ShowPopupCalendar = True
  1016.         AltChangeMethod = False
  1017.         ShowCheckBox = False
  1018.         Modified = False
  1019.         CalendarLineColorDark = clWindow
  1020.         UseSystemStartOfWeek = True
  1021.         WeekEndDays = [Sun, Sat]
  1022.         CalendarUseLineColors = False
  1023.         CalendarWeekendColor = clRed
  1024.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1025.         CalendarCurrentDayBorder = fbtSunken
  1026.         CalendarDayCellBorder = fbtLine
  1027.         CalendarSelectionBorder = fbtSunken
  1028.         MinDate = 2.000000000000000000
  1029.         MaxDate = 999999.000000000000000000
  1030.         ButtonDir = sbdUpDown
  1031.         ButtonType = sbtUpDown
  1032.         ButtonWidth = 21
  1033.         ParentColor = False
  1034.         TabOrder = 1
  1035.         TabStop = True
  1036.         LineBorderActiveColor = clGray
  1037.         LineBorderInactiveColor = clGray
  1038.         Unassigned = True
  1039.         UnassignedColor = clNavy
  1040.         UnassignedAllowed = True
  1041.         UseCurrentDate = False
  1042.         ButtonThinFrame = False
  1043.         UnassignedChar = ' '
  1044.         TranslateDays = True
  1045.       end
  1046.       object EditAnniv: TElDateTimePicker
  1047.         Left = 370
  1048.         Top = 40
  1049.         Width = 120
  1050.         Height = 23
  1051.         Format = edfShortDate
  1052.         FormatString = 'c'
  1053.         DateTime = 29221.000000000000000000
  1054.         ActiveBorderType = fbtColorLineBorder
  1055.         InactiveBorderType = fbtColorLineBorder
  1056.         Flat = True
  1057.         ShowPopupCalendar = True
  1058.         AltChangeMethod = False
  1059.         ShowCheckBox = False
  1060.         Modified = False
  1061.         CalendarLineColorDark = clWindow
  1062.         UseSystemStartOfWeek = True
  1063.         WeekEndDays = [Sun, Sat]
  1064.         CalendarUseLineColors = False
  1065.         CalendarWeekendColor = clRed
  1066.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1067.         CalendarCurrentDayBorder = fbtSunken
  1068.         CalendarDayCellBorder = fbtLine
  1069.         CalendarSelectionBorder = fbtSunken
  1070.         MinDate = 2.000000000000000000
  1071.         MaxDate = 999999.000000000000000000
  1072.         ButtonDir = sbdUpDown
  1073.         ButtonType = sbtUpDown
  1074.         ButtonWidth = 21
  1075.         ParentColor = False
  1076.         TabOrder = 3
  1077.         TabStop = True
  1078.         LineBorderActiveColor = clGray
  1079.         LineBorderInactiveColor = clGray
  1080.         Unassigned = True
  1081.         UnassignedColor = clNavy
  1082.         UnassignedAllowed = True
  1083.         UseCurrentDate = False
  1084.         ButtonThinFrame = False
  1085.         UnassignedChar = ' '
  1086.         TranslateDays = True
  1087.       end
  1088.       object ElGroupBox2: TElGroupBox
  1089.         Left = 16
  1090.         Top = 176
  1091.         Width = 465
  1092.         Height = 140
  1093.         AutoDisableChildren = False
  1094.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1095.         Caption = ' Home Address '
  1096.         Flat = False
  1097.         FlatAlways = False
  1098.         ParentColor = True
  1099.         ShowFocus = False
  1100.         TabOrder = 10
  1101.         object Label32: TLabel
  1102.           Left = 12
  1103.           Top = 112
  1104.           Width = 42
  1105.           Height = 15
  1106.           Caption = 'Country'
  1107.           FocusControl = EditHCountry
  1108.           Transparent = True
  1109.         end
  1110.         object Label35: TLabel
  1111.           Left = 12
  1112.           Top = 84
  1113.           Width = 20
  1114.           Height = 15
  1115.           Caption = 'City'
  1116.           FocusControl = EditHCity
  1117.           Transparent = True
  1118.         end
  1119.         object Label36: TLabel
  1120.           Left = 12
  1121.           Top = 28
  1122.           Width = 32
  1123.           Height = 15
  1124.           Caption = 'Street'
  1125.           FocusControl = EditHStreet1
  1126.           Transparent = True
  1127.         end
  1128.         object Label37: TLabel
  1129.           Left = 12
  1130.           Top = 56
  1131.           Width = 32
  1132.           Height = 15
  1133.           Caption = 'Street'
  1134.           FocusControl = EditHStreet2
  1135.           Transparent = True
  1136.         end
  1137.         object Label33: TLabel
  1138.           Left = 226
  1139.           Top = 112
  1140.           Width = 106
  1141.           Height = 15
  1142.           Alignment = taRightJustify
  1143.           AutoSize = False
  1144.           Caption = 'Postal Code'
  1145.           FocusControl = EditZIP
  1146.           Transparent = True
  1147.         end
  1148.         object Label34: TLabel
  1149.           Left = 226
  1150.           Top = 84
  1151.           Width = 106
  1152.           Height = 15
  1153.           Alignment = taRightJustify
  1154.           AutoSize = False
  1155.           Caption = 'State/Prov'
  1156.           FocusControl = EditState
  1157.           Transparent = True
  1158.         end
  1159.         object EditHCountry: TElAdvancedEdit
  1160.           Left = 112
  1161.           Top = 108
  1162.           Width = 110
  1163.           Height = 23
  1164.           UseXPThemes = False
  1165.           ActiveBorderType = fbtColorLineBorder
  1166.           Flat = True
  1167.           InactiveBorderType = fbtColorLineBorder
  1168.           LineBorderActiveColor = clGray
  1169.           LineBorderInactiveColor = clGray
  1170.           TabOrder = 4
  1171.         end
  1172.         object EditHZip: TElAdvancedEdit
  1173.           Left = 341
  1174.           Top = 108
  1175.           Width = 110
  1176.           Height = 23
  1177.           UseXPThemes = False
  1178.           ActiveBorderType = fbtColorLineBorder
  1179.           Flat = True
  1180.           InactiveBorderType = fbtColorLineBorder
  1181.           LineBorderActiveColor = clGray
  1182.           LineBorderInactiveColor = clGray
  1183.           TabOrder = 5
  1184.         end
  1185.         object EditHState: TElAdvancedEdit
  1186.           Left = 341
  1187.           Top = 80
  1188.           Width = 110
  1189.           Height = 23
  1190.           UseXPThemes = False
  1191.           ActiveBorderType = fbtColorLineBorder
  1192.           Flat = True
  1193.           InactiveBorderType = fbtColorLineBorder
  1194.           LineBorderActiveColor = clGray
  1195.           LineBorderInactiveColor = clGray
  1196.           TabOrder = 3
  1197.         end
  1198.         object EditHCity: TElAdvancedEdit
  1199.           Left = 112
  1200.           Top = 80
  1201.           Width = 110
  1202.           Height = 23
  1203.           UseXPThemes = False
  1204.           ActiveBorderType = fbtColorLineBorder
  1205.           Flat = True
  1206.           InactiveBorderType = fbtColorLineBorder
  1207.           LineBorderActiveColor = clGray
  1208.           LineBorderInactiveColor = clGray
  1209.           TabOrder = 2
  1210.         end
  1211.         object EditHStreet1: TElAdvancedEdit
  1212.           Left = 112
  1213.           Top = 24
  1214.           Width = 339
  1215.           Height = 23
  1216.           UseXPThemes = False
  1217.           ActiveBorderType = fbtColorLineBorder
  1218.           Flat = True
  1219.           InactiveBorderType = fbtColorLineBorder
  1220.           LineBorderActiveColor = clGray
  1221.           LineBorderInactiveColor = clGray
  1222.           TabOrder = 0
  1223.         end
  1224.         object EditHStreet2: TElAdvancedEdit
  1225.           Left = 112
  1226.           Top = 52
  1227.           Width = 339
  1228.           Height = 23
  1229.           UseXPThemes = False
  1230.           ActiveBorderType = fbtColorLineBorder
  1231.           Flat = True
  1232.           InactiveBorderType = fbtColorLineBorder
  1233.           LineBorderActiveColor = clGray
  1234.           LineBorderInactiveColor = clGray
  1235.           TabOrder = 1
  1236.         end
  1237.       end
  1238.     end
  1239.     object TabG1: TElTabSheet
  1240.       PageControl = PC
  1241.       Caption = 'G&roup'
  1242.       Color = clWindow
  1243.       Visible = False
  1244.       object Label21: TLabel
  1245.         Left = 10
  1246.         Top = 47
  1247.         Width = 167
  1248.         Height = 15
  1249.         Caption = '&List of addresses in the group:'
  1250.         Transparent = True
  1251.       end
  1252.       object Label26: TLabel
  1253.         Left = 10
  1254.         Top = 16
  1255.         Width = 69
  1256.         Height = 15
  1257.         Caption = 'Group name'
  1258.         Transparent = True
  1259.       end
  1260.       object Label27: TLabel
  1261.         Left = 112
  1262.         Top = 282
  1263.         Width = 237
  1264.         Height = 15
  1265.         Caption = 'This item is just a link and cannot be edited'
  1266.         Transparent = True
  1267.       end
  1268.       object PnlGEdit: TElPanel
  1269.         Left = 0
  1270.         Top = 272
  1271.         Width = 516
  1272.         Height = 34
  1273.         Align = alBottom
  1274.         BevelOuter = bvNone
  1275.         TabOrder = 1
  1276.         DockOrientation = doNoOrient
  1277.         object Label19: TLabel
  1278.           Left = 6
  1279.           Top = 10
  1280.           Width = 34
  1281.           Height = 15
  1282.           Caption = 'N&ame'
  1283.           FocusControl = EditNameG
  1284.           Transparent = True
  1285.         end
  1286.         object Label20: TLabel
  1287.           Left = 238
  1288.           Top = 10
  1289.           Width = 36
  1290.           Height = 15
  1291.           Caption = 'E-ma&il'
  1292.           FocusControl = EditEmailG
  1293.           Transparent = True
  1294.         end
  1295.         object EditNameG: TElAdvancedEdit
  1296.           Left = 85
  1297.           Top = 6
  1298.           Width = 145
  1299.           Height = 23
  1300.           UseXPThemes = False
  1301.           ActiveBorderType = fbtColorLineBorder
  1302.           Flat = True
  1303.           InactiveBorderType = fbtColorLineBorder
  1304.           LineBorderActiveColor = clGray
  1305.           LineBorderInactiveColor = clGray
  1306.           TabOrder = 0
  1307.         end
  1308.         object EditEmailG: TElAdvancedEdit
  1309.           Left = 310
  1310.           Top = 6
  1311.           Width = 166
  1312.           Height = 23
  1313.           UseXPThemes = False
  1314.           ActiveBorderType = fbtColorLineBorder
  1315.           Flat = True
  1316.           InactiveBorderType = fbtColorLineBorder
  1317.           LineBorderActiveColor = clGray
  1318.           LineBorderInactiveColor = clGray
  1319.           TabOrder = 1
  1320.         end
  1321.       end
  1322.       object PnlGButtons: TElPanel
  1323.         Left = 0
  1324.         Top = 306
  1325.         Width = 516
  1326.         Height = 31
  1327.         Align = alBottom
  1328.         BevelOuter = bvNone
  1329.         TabOrder = 2
  1330.         DockOrientation = doNoOrient
  1331.         DesignSize = (
  1332.           516
  1333.           31)
  1334.         object ImageG: TImage
  1335.           Left = 8
  1336.           Top = 6
  1337.           Width = 16
  1338.           Height = 16
  1339.         end
  1340.         object Button2: TButton
  1341.           Left = 32
  1342.           Top = 1
  1343.           Width = 129
  1344.           Height = 26
  1345.           Caption = '&Change Icon'
  1346.           Font.Charset = DEFAULT_CHARSET
  1347.           Font.Color = clWindowText
  1348.           Font.Height = 15
  1349.           Font.Name = 'Arial'
  1350.           Font.Style = []
  1351.           ParentFont = False
  1352.           TabOrder = 0
  1353.           OnClick = BtnIconClick
  1354.         end
  1355.         object BtnAdd: TButton
  1356.           Left = 270
  1357.           Top = 1
  1358.           Width = 115
  1359.           Height = 26
  1360.           Anchors = [akTop, akRight]
  1361.           Caption = 'Add to Gro&up'
  1362.           Font.Charset = DEFAULT_CHARSET
  1363.           Font.Color = clWindowText
  1364.           Font.Height = 15
  1365.           Font.Name = 'Arial'
  1366.           Font.Style = []
  1367.           ParentFont = False
  1368.           TabOrder = 1
  1369.           OnClick = BtnAddClick
  1370.         end
  1371.         object BtnDelete: TButton
  1372.           Left = 388
  1373.           Top = 1
  1374.           Width = 115
  1375.           Height = 26
  1376.           Anchors = [akTop, akRight]
  1377.           Caption = '&Delete'
  1378.           Font.Charset = DEFAULT_CHARSET
  1379.           Font.Color = clWindowText
  1380.           Font.Height = 15
  1381.           Font.Name = 'Arial'
  1382.           Font.Style = []
  1383.           ParentFont = False
  1384.           TabOrder = 2
  1385.           OnClick = BtnDeleteClick
  1386.         end
  1387.       end
  1388.       object ElPanel1: TElPanel
  1389.         Left = 10
  1390.         Top = 70
  1391.         Width = 467
  1392.         Height = 196
  1393.         Align = alNone
  1394.         BevelOuter = bvNone
  1395.         TabOrder = 3
  1396.         DockOrientation = doNoOrient
  1397.         object GroupTree: TElTree
  1398.           Left = 0
  1399.           Top = 0
  1400.           Width = 467
  1401.           Height = 196
  1402.           Align = alClient
  1403.           AlwaysKeepFocus = True
  1404.           AutoLookup = True
  1405.           Flat = True
  1406.           FullRowSelect = False
  1407.           HeaderHeight = 19
  1408.           HeaderHotTrack = False
  1409.           HeaderSections.Data = {
  1410.             F4FFFFFF030000006174610000000000FFFFFFFF0000010101000000D2000000
  1411.             00000000102700000001000094DCD60300000000010000000000000000000100
  1412.             0000000000000000000100000000000000000000000000000000000000000000
  1413.             0000000000000000000000000000000000000000000000000000000000000000
  1414.             0000000000000000000000000000000000000000050000004E616D6500010000
  1415.             000000000000000000006174610000000000FFFFFFFF0000010101000000FD00
  1416.             000000000000102700000001000024B393030100000001000000000000000000
  1417.             0100000000000000000000010000000000000000000000000000000000000000
  1418.             0000000000000000000000000000000000000000000000000000000000000000
  1419.             0000000000000000000000000000000000000000000007000000452D6D61696C
  1420.             00010000000000000000000000006174610000000000FFFFFFFF000000010100
  1421.             00007800000000000000102700000001000058FC87050200000001000000FFFF
  1422.             FFFF000001000000000000000000000100000000000000000000000000000000
  1423.             0000000000000000000000000000000000000000000000000000000000000000
  1424.             0000000000000000000000000000000000000000000000000000040000005549
  1425.             440001000000000000000000000000}
  1426.           HeaderFlat = True
  1427.           HideHintOnTimer = True
  1428.           HorzScrollBarStyles.MinThumbSize = 16
  1429.           HorzScrollBarStyles.NoSunkenThumb = True
  1430.           HorzScrollBarStyles.ShowTrackHint = False
  1431.           HorzScrollBarStyles.Width = 21
  1432.           HorzScrollBarStyles.ButtonSize = 21
  1433.           InactiveBorderType = fbtFlat
  1434.           LineHeight = 17
  1435.           LinesStyle = psSolid
  1436.           MultiSelect = False
  1437.           ShowButtons = False
  1438.           ShowColumns = True
  1439.           ShowLeafButton = False
  1440.           SortMode = smClick
  1441.           SortType = stCustom
  1442.           StoragePath = 'Tree'
  1443.           StickyHeaderSections = True
  1444.           TabOrder = 0
  1445.           TabStop = True
  1446.           Tracking = False
  1447.           UnderlineTracked = False
  1448.           UseCustomScrollBars = False
  1449.           VertScrollBarStyles.MinThumbSize = 6
  1450.           VertScrollBarStyles.NoSunkenThumb = True
  1451.           VertScrollBarStyles.ShowTrackHint = True
  1452.           VertScrollBarStyles.Width = 17
  1453.           VertScrollBarStyles.ButtonSize = 21
  1454.           OnItemSelectedChange = GroupTreeItemSelectedChange
  1455.         end
  1456.       end
  1457.       object EditGName: TElAdvancedEdit
  1458.         Left = 156
  1459.         Top = 12
  1460.         Width = 320
  1461.         Height = 23
  1462.         UseXPThemes = False
  1463.         ActiveBorderType = fbtColorLineBorder
  1464.         Flat = True
  1465.         InactiveBorderType = fbtColorLineBorder
  1466.         LineBorderActiveColor = clGray
  1467.         LineBorderInactiveColor = clGray
  1468.         TabOrder = 0
  1469.       end
  1470.     end
  1471.     object Tab6: TElTabSheet
  1472.       PageControl = PC
  1473.       Caption = '&Templates'
  1474.       Color = clWindow
  1475.       Visible = False
  1476.       object ElGroupBox3: TElGroupBox
  1477.         Left = 16
  1478.         Top = 20
  1479.         Width = 469
  1480.         Height = 140
  1481.         AutoDisableChildren = False
  1482.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1483.         Caption = ' Templates '
  1484.         Flat = False
  1485.         FlatAlways = False
  1486.         ParentColor = True
  1487.         ShowFocus = False
  1488.         TabOrder = 0
  1489.         object Label45: TLabel
  1490.           Left = 12
  1491.           Top = 112
  1492.           Width = 97
  1493.           Height = 15
  1494.           Caption = 'Bounce Template'
  1495.           Transparent = True
  1496.         end
  1497.         object Label48: TLabel
  1498.           Left = 12
  1499.           Top = 84
  1500.           Width = 100
  1501.           Height = 15
  1502.           Caption = 'Forward Template'
  1503.           Transparent = True
  1504.         end
  1505.         object Label49: TLabel
  1506.           Left = 12
  1507.           Top = 28
  1508.           Width = 134
  1509.           Height = 15
  1510.           Caption = 'New Message Template'
  1511.           Transparent = True
  1512.         end
  1513.         object Label50: TLabel
  1514.           Left = 12
  1515.           Top = 56
  1516.           Width = 86
  1517.           Height = 15
  1518.           Caption = 'Reply Template'
  1519.           Transparent = True
  1520.         end
  1521.         object cbTemplateN: TElAdvancedComboBox
  1522.           Left = 226
  1523.           Top = 24
  1524.           Width = 233
  1525.           Height = 23
  1526.           ActiveBorderType = fbtColorLineBorder
  1527.           AutoCompletion = False
  1528.           Flat = True
  1529.           HandleDialogKeys = False
  1530.           HorizontalScroll = False
  1531.           InactiveBorderType = fbtColorLineBorder
  1532.           ItemIndex = -1
  1533.           ItemHeight = 15
  1534.           LineBorderActiveColor = clGray
  1535.           LineBorderInactiveColor = clGray
  1536.           Style = csDropDownList
  1537.           TabOrder = 0
  1538.           UseXPThemes = False
  1539.           Items.Strings = (
  1540.             'Dr.'
  1541.             'Miss'
  1542.             'Mr.'
  1543.             'Mrs.'
  1544.             'Ms.'
  1545.             'Prof.')
  1546.         end
  1547.         object cbTemplateR: TElAdvancedComboBox
  1548.           Left = 226
  1549.           Top = 52
  1550.           Width = 233
  1551.           Height = 23
  1552.           ActiveBorderType = fbtColorLineBorder
  1553.           AutoCompletion = False
  1554.           Flat = True
  1555.           HandleDialogKeys = False
  1556.           HorizontalScroll = False
  1557.           InactiveBorderType = fbtColorLineBorder
  1558.           ItemIndex = -1
  1559.           ItemHeight = 15
  1560.           LineBorderActiveColor = clGray
  1561.           LineBorderInactiveColor = clGray
  1562.           Style = csDropDownList
  1563.           TabOrder = 1
  1564.           UseXPThemes = False
  1565.           Items.Strings = (
  1566.             'Dr.'
  1567.             'Miss'
  1568.             'Mr.'
  1569.             'Mrs.'
  1570.             'Ms.'
  1571.             'Prof.')
  1572.         end
  1573.         object cbTemplateF: TElAdvancedComboBox
  1574.           Left = 226
  1575.           Top = 80
  1576.           Width = 233
  1577.           Height = 23
  1578.           ActiveBorderType = fbtColorLineBorder
  1579.           AutoCompletion = False
  1580.           Flat = True
  1581.           HandleDialogKeys = False
  1582.           HorizontalScroll = False
  1583.           InactiveBorderType = fbtColorLineBorder
  1584.           ItemIndex = -1
  1585.           ItemHeight = 15
  1586.           LineBorderActiveColor = clGray
  1587.           LineBorderInactiveColor = clGray
  1588.           Style = csDropDownList
  1589.           TabOrder = 2
  1590.           UseXPThemes = False
  1591.           Items.Strings = (
  1592.             'Dr.'
  1593.             'Miss'
  1594.             'Mr.'
  1595.             'Mrs.'
  1596.             'Ms.'
  1597.             'Prof.')
  1598.         end
  1599.         object cbTemplateB: TElAdvancedComboBox
  1600.           Left = 226
  1601.           Top = 108
  1602.           Width = 233
  1603.           Height = 23
  1604.           ActiveBorderType = fbtColorLineBorder
  1605.           AutoCompletion = False
  1606.           Flat = True
  1607.           HandleDialogKeys = False
  1608.           HorizontalScroll = False
  1609.           InactiveBorderType = fbtColorLineBorder
  1610.           ItemIndex = -1
  1611.           ItemHeight = 15
  1612.           LineBorderActiveColor = clGray
  1613.           LineBorderInactiveColor = clGray
  1614.           Style = csDropDownList
  1615.           TabOrder = 3
  1616.           UseXPThemes = False
  1617.           Items.Strings = (
  1618.             'Dr.'
  1619.             'Miss'
  1620.             'Mr.'
  1621.             'Mrs.'
  1622.             'Ms.'
  1623.             'Prof.')
  1624.         end
  1625.       end
  1626.     end
  1627.     object Tab4: TElTabSheet
  1628.       PageControl = PC
  1629.       Caption = '&Custom'
  1630.       Color = clWindow
  1631.       Visible = False
  1632.       object gb4: TElGroupBox
  1633.         Left = 16
  1634.         Top = 232
  1635.         Width = 453
  1636.         Height = 92
  1637.         AutoDisableChildren = False
  1638.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1639.         Caption = ' Data Utilities '
  1640.         Flat = False
  1641.         FlatAlways = False
  1642.         ParentColor = True
  1643.         ShowFocus = False
  1644.         TabOrder = 0
  1645.         Visible = False
  1646.         object Label46: TLabel
  1647.           Left = 164
  1648.           Top = 32
  1649.           Width = 147
  1650.           Height = 15
  1651.           Caption = 'Export Contact to a VCF file'
  1652.           Transparent = True
  1653.         end
  1654.         object Button1: TButton
  1655.           Left = 26
  1656.           Top = 26
  1657.           Width = 118
  1658.           Height = 25
  1659.           Caption = 'Save VCF'
  1660.           TabOrder = 0
  1661.         end
  1662.       end
  1663.       object ElGroupBox5: TElGroupBox
  1664.         Left = 16
  1665.         Top = 16
  1666.         Width = 453
  1667.         Height = 205
  1668.         AutoDisableChildren = False
  1669.         BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  1670.         Caption = ' Custom Fields '
  1671.         Flat = False
  1672.         FlatAlways = False
  1673.         ParentColor = True
  1674.         ShowFocus = False
  1675.         TabOrder = 1
  1676.         object Label25: TLabel
  1677.           Left = 204
  1678.           Top = 22
  1679.           Width = 70
  1680.           Height = 15
  1681.           Caption = 'Field content'
  1682.           Transparent = True
  1683.         end
  1684.         object Label24: TLabel
  1685.           Left = 16
  1686.           Top = 22
  1687.           Width = 91
  1688.           Height = 15
  1689.           Caption = 'Field description'
  1690.           Transparent = True
  1691.         end
  1692.         object EditCustDesc5: TElAdvancedEdit
  1693.           Left = 16
  1694.           Top = 168
  1695.           Width = 173
  1696.           Height = 23
  1697.           UseXPThemes = False
  1698.           ActiveBorderType = fbtColorLineBorder
  1699.           Flat = True
  1700.           InactiveBorderType = fbtColorLineBorder
  1701.           LineBorderActiveColor = clGray
  1702.           LineBorderInactiveColor = clGray
  1703.           TabOrder = 8
  1704.         end
  1705.         object EditCustData5: TElAdvancedEdit
  1706.           Left = 204
  1707.           Top = 168
  1708.           Width = 235
  1709.           Height = 23
  1710.           UseXPThemes = False
  1711.           ActiveBorderType = fbtColorLineBorder
  1712.           Flat = True
  1713.           InactiveBorderType = fbtColorLineBorder
  1714.           LineBorderActiveColor = clGray
  1715.           LineBorderInactiveColor = clGray
  1716.           TabOrder = 9
  1717.         end
  1718.         object EditCustData4: TElAdvancedEdit
  1719.           Left = 204
  1720.           Top = 138
  1721.           Width = 235
  1722.           Height = 23
  1723.           UseXPThemes = False
  1724.           ActiveBorderType = fbtColorLineBorder
  1725.           Flat = True
  1726.           InactiveBorderType = fbtColorLineBorder
  1727.           LineBorderActiveColor = clGray
  1728.           LineBorderInactiveColor = clGray
  1729.           TabOrder = 7
  1730.         end
  1731.         object EditCustDesc4: TElAdvancedEdit
  1732.           Left = 16
  1733.           Top = 138
  1734.           Width = 173
  1735.           Height = 23
  1736.           UseXPThemes = False
  1737.           ActiveBorderType = fbtColorLineBorder
  1738.           Flat = True
  1739.           InactiveBorderType = fbtColorLineBorder
  1740.           LineBorderActiveColor = clGray
  1741.           LineBorderInactiveColor = clGray
  1742.           TabOrder = 6
  1743.         end
  1744.         object EditCustDesc3: TElAdvancedEdit
  1745.           Left = 16
  1746.           Top = 108
  1747.           Width = 173
  1748.           Height = 23
  1749.           UseXPThemes = False
  1750.           ActiveBorderType = fbtColorLineBorder
  1751.           Flat = True
  1752.           InactiveBorderType = fbtColorLineBorder
  1753.           LineBorderActiveColor = clGray
  1754.           LineBorderInactiveColor = clGray
  1755.           TabOrder = 4
  1756.         end
  1757.         object EditCustData3: TElAdvancedEdit
  1758.           Left = 204
  1759.           Top = 108
  1760.           Width = 235
  1761.           Height = 23
  1762.           UseXPThemes = False
  1763.           ActiveBorderType = fbtColorLineBorder
  1764.           Flat = True
  1765.           InactiveBorderType = fbtColorLineBorder
  1766.           LineBorderActiveColor = clGray
  1767.           LineBorderInactiveColor = clGray
  1768.           TabOrder = 5
  1769.         end
  1770.         object EditCustData2: TElAdvancedEdit
  1771.           Left = 204
  1772.           Top = 78
  1773.           Width = 235
  1774.           Height = 23
  1775.           UseXPThemes = False
  1776.           ActiveBorderType = fbtColorLineBorder
  1777.           Flat = True
  1778.           InactiveBorderType = fbtColorLineBorder
  1779.           LineBorderActiveColor = clGray
  1780.           LineBorderInactiveColor = clGray
  1781.           TabOrder = 3
  1782.         end
  1783.         object EditCustDesc2: TElAdvancedEdit
  1784.           Left = 16
  1785.           Top = 78
  1786.           Width = 173
  1787.           Height = 23
  1788.           UseXPThemes = False
  1789.           ActiveBorderType = fbtColorLineBorder
  1790.           Flat = True
  1791.           InactiveBorderType = fbtColorLineBorder
  1792.           LineBorderActiveColor = clGray
  1793.           LineBorderInactiveColor = clGray
  1794.           TabOrder = 2
  1795.         end
  1796.         object EditCustDesc1: TElAdvancedEdit
  1797.           Left = 16
  1798.           Top = 48
  1799.           Width = 173
  1800.           Height = 23
  1801.           UseXPThemes = False
  1802.           ActiveBorderType = fbtColorLineBorder
  1803.           Flat = True
  1804.           InactiveBorderType = fbtColorLineBorder
  1805.           LineBorderActiveColor = clGray
  1806.           LineBorderInactiveColor = clGray
  1807.           TabOrder = 0
  1808.         end
  1809.         object EditCustData1: TElAdvancedEdit
  1810.           Left = 204
  1811.           Top = 48
  1812.           Width = 235
  1813.           Height = 23
  1814.           UseXPThemes = False
  1815.           ActiveBorderType = fbtColorLineBorder
  1816.           Flat = True
  1817.           InactiveBorderType = fbtColorLineBorder
  1818.           LineBorderActiveColor = clGray
  1819.           LineBorderInactiveColor = clGray
  1820.           TabOrder = 1
  1821.         end
  1822.       end
  1823.     end
  1824.     object Tab3: TElTabSheet
  1825.       PageControl = PC
  1826.       Caption = '&Notes'
  1827.       Color = clWindow
  1828.       Visible = False
  1829.       object MemoNotes: TElAdvancedMemo
  1830.         Left = 0
  1831.         Top = 0
  1832.         Width = 516
  1833.         Height = 337
  1834.         Align = alClient
  1835.         BorderStyle = bsNone
  1836.         TabOrder = 0
  1837.       end
  1838.     end
  1839.   end
  1840. end
  1841.